HTTPSocket.SendProgress Event

Executes periodically during the upload process. It provides the number of bytes sent and the number of bytes left to send. Returns a Boolean.

Syntax

result = SendProgress( BytesSent, BytesLeft )


Parameters

BytesSent

Integer

BytesLeft

Integer

Return Value

Result

Boolean


Notes

Returning True from this event causes the send to be aborted.